LaunchType
Determines how NavigationSpec.Activity will handle launching its intent
Inheritors
Types
Link copied to clipboard
class ActivityContract<Activity : Activity>(val activityClass: KClass<Activity>, val provideResultLauncher: Activity.() -> ActivityResultLauncher<Intent>) : NavigationSpec.Activity.LaunchType
android.app.Activity will launch using an ActivityResultLauncher generated for an instance of activityClass
Link copied to clipboard
Activity will launch using android.app.Activity.startActivityForResult
Link copied to clipboard
Activity will launch using android.app.Activity.startActivity